home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / BOOTRCD.ZIP;1 / BOOTRCD.TXT < prev    next >
Encoding:
Text File  |  1992-08-14  |  2.1 KB  |  54 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                      BOOTRCD.ZIP                                     BOOTRCD.ZIP
  8.  
  9.                             BOOT RECORD UTILITY ROUTINES                            BOOT RECORD UTILITY ROUTINES
  10.  
  11.                            Copyright 1992, George H. Mealy
  12.  
  13.  
  14.  
  15.  
  16.           The contents of this ZIP file are:
  17.  
  18.  
  19.                1.   BRECORD.H  - Header file
  20.  
  21.                2.   BRECORD.CPP - Routines for dealing with the boot
  22.                    record, root dictionary, and FATs.
  23.  
  24.                3.   BOOTRCD.CPP - Program using the above to display
  25.                    the boot record of any drive and set the volume
  26.                    serial number.
  27.  
  28.                4.   GETOPT.CPP - A file distributed with the Borland C
  29.                    compilers.  A few very minor changes have been
  30.                    made.  This is a utility routine used to take
  31.                    command lines apart.
  32.  
  33.  
  34.           CAUTION:  You are on your own when using the routines in
  35.           BRECORD.CPP!  Be absolutely sure that you understand what you are
  36.           doing when you use them, and use a floppy drive for testing.  I
  37.           have used these routines for writing a disk compaction program,
  38.           so I am sure that they do correctly what I intended them to do.
  39.           But, I offer no warranty concerning your own use of the routines.
  40.  
  41.           This is copyrighted material.  It may be used free of charge but
  42.           may be distributed only by way of BBSs or equivalent services.
  43.           It may NOT be distributed on floppy disks.
  44.  
  45.           The layout of the boot record is given as part of the definition
  46.           of the class brecord.  The volume serial number is undocumented,
  47.           and is displayed by the DOS5 VOL command as a hexadecimal far
  48.           pointer.  I have chosen to display it in the form mmmm.nnnn, in
  49.           the style of a major and minor version number (decimal, of
  50.           course!)
  51.  
  52.           By the way, Stacker will not allow me to update any STACKVOL.DSK
  53.           boot record.  This is mildly interesting, but no big deal.
  54.